Class symantec.itools.db.swing.models.JDBToolBarDefaultModel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.swing.models.JDBToolBarDefaultModel

Object
   |
   +----symantec.itools.db.swing.models.JDBToolBarDefaultModel

public class JDBToolBarDefaultModel
extends Object
implements JDBToolBarModel

Class Index

 o symantec.itools.db.swing.models.JDBToolBarDefaultModel. ComponentStructure
 o symantec.itools.db.swing.models.JDBToolBarDefaultModel. ComponentStructureList

Variable Index

 o DEFAULT_TEXT_CLEAR
 o DEFAULT_TEXT_DEL
 o DEFAULT_TEXT_FIRST
 o DEFAULT_TEXT_LAST
 o DEFAULT_TEXT_NEW
 o DEFAULT_TEXT_NEXT
 o DEFAULT_TEXT_PREV
 o DEFAULT_TEXT_QBE
 o DEFAULT_TEXT_RETRIEVE
 o DEFAULT_TEXT_SAVE
 o DEFAULT_TEXT_SAVEALL
 o DEFAULT_TIP_CLEAR
 o DEFAULT_TIP_DEL
 o DEFAULT_TIP_FIRST
 o DEFAULT_TIP_LAST
 o DEFAULT_TIP_NEW
 o DEFAULT_TIP_NEXT
 o DEFAULT_TIP_PREV
 o DEFAULT_TIP_QBE
 o DEFAULT_TIP_RETRIVEVE
 o DEFAULT_TIP_SAVE
 o DEFAULT_TIP_SAVEALL
 o DOUBLE_TOOLBAR_EXCEPTION
 o MAX_COMPONENTS

Constructor Index

 o symantec.itools.db.swing.models.JDBToolBarDefaultModel()

Method Index

 o addComponent(Component, String, int)
 o addPropertyChangeListener(PropertyChangeListener)
 o contains(Component)
 o getBackground()
 o getBorder()
 o getClearLabel()
 o getClearMnemonic()
 o getClearTooltip()
 o getComponents()
 o getDBFunction()
 o getDBVisibleFunction()
 o getDeleteLabel()
 o getDeleteMnemonic()
 o getDeleteTooltip()
 o getFirstLabel()
 o getFirstMnemonic()
 o getFirstTooltip()
 o getFont()
 o getForeground()
 o getFunction(Component)
 o getImageResource(String)
 o getInsertLabel()
 o getInsertMnemonic()
 o getInsertTooltip()
 o getInvisibleComponents()
 o getJDBToolBar()
 o getLastLabel()
 o getLastMnemonic()
 o getLastTooltip()
 o getName()
 o getNextLabel()
 o getNextMnemonic()
 o getNextTooltip()
 o getOrder(Component)
 o getPreviousLabel()
 o getPreviousMnemonic()
 o getPreviousTooltip()
 o getQBELabel()
 o getQBEMnemonic()
 o getQBETooltip()
 o getRegularMinusVisibleFonction()
 o getRetrieveLabel()
 o getRetrieveMnemonic()
 o getRetrieveTooltip()
 o getSaveAllLabel()
 o getSaveAllMnemonic()
 o getSaveAllTooltip()
 o getSaveLabel()
 o getSaveMnemonic()
 o getSaveTooltip()
 o getSeparators()
 o getSize()
 o getVisibleComponents()
 o getVisibleIcons()
 o getVisibleLabels()
 o removeComponent(Component, String)
 o removePropertyChangeListener(PropertyChangeListener)
 o setBackground(Color)
 o setBorder(Border)
 o setClearLabel(String)
 o setClearMnemonic(char)
 o setClearTooltip(String)
 o setComponents(Hashtable)
 o setDBFunction(String[])
 o setDBVisibleFunction(Object)
 o setDeleteLabel(String)
 o setDeleteMnemonic(char)
 o setDeleteTooltip(String)
 o setFirstLabel(String)
 o setFirstMnemonic(char)
 o setFirstTooltip(String)
 o setFont(Font)
 o setForeground(Color)
 o setInsertLabel(String)
 o setInsertMnemonic(char)
 o setInsertTooltip(String)
 o setJDBToolBar(JDBToolBar)
 o setLastLabel(String)
 o setLastMnemonic(char)
 o setLastTooltip(String)
 o setName(String)
 o setNextLabel(String)
 o setNextMnemonic(char)
 o setNextTooltip(String)
 o setOrder(Component, int)
 o setPreviousLabel(String)
 o setPreviousMnemonic(char)
 o setPreviousTooltip(String)
 o setQBELabel(String)
 o setQBEMnemonic(char)
 o setQBETooltip(String)
 o setRegularMinusVisibleFonction(String[])
 o setRetrieveLabel(String)
 o setRetrieveMnemonic(char)
 o setRetrieveTooltip(String)
 o setSaveAllLabel(String)
 o setSaveAllMnemonic(char)
 o setSaveAllTooltip(String)
 o setSaveLabel(String)
 o setSaveMnemonic(char)
 o setSaveTooltip(String)
 o setVisibleIcons(boolean)
 o setVisibleLabels(boolean)

Variables

 o DEFAULT_TEXT_CLEAR
protected static java.lang.String DEFAULT_TEXT_CLEAR
 o DEFAULT_TEXT_DEL
protected static java.lang.String DEFAULT_TEXT_DEL
 o DEFAULT_TEXT_FIRST
protected static java.lang.String DEFAULT_TEXT_FIRST
 o DEFAULT_TEXT_LAST
protected static java.lang.String DEFAULT_TEXT_LAST
 o DEFAULT_TEXT_NEW
protected static java.lang.String DEFAULT_TEXT_NEW
 o DEFAULT_TEXT_NEXT
protected static java.lang.String DEFAULT_TEXT_NEXT
 o DEFAULT_TEXT_PREV
protected static java.lang.String DEFAULT_TEXT_PREV
 o DEFAULT_TEXT_QBE
protected static java.lang.String DEFAULT_TEXT_QBE
 o DEFAULT_TEXT_RETRIEVE
protected static java.lang.String DEFAULT_TEXT_RETRIEVE
 o DEFAULT_TEXT_SAVE
protected static java.lang.String DEFAULT_TEXT_SAVE
 o DEFAULT_TEXT_SAVEALL
protected static java.lang.String DEFAULT_TEXT_SAVEALL
 o DEFAULT_TIP_CLEAR
protected static java.lang.String DEFAULT_TIP_CLEAR
 o DEFAULT_TIP_DEL
protected static java.lang.String DEFAULT_TIP_DEL
 o DEFAULT_TIP_FIRST
protected static java.lang.String DEFAULT_TIP_FIRST
 o DEFAULT_TIP_LAST
protected static java.lang.String DEFAULT_TIP_LAST
 o DEFAULT_TIP_NEW
protected static java.lang.String DEFAULT_TIP_NEW
 o DEFAULT_TIP_NEXT
protected static java.lang.String DEFAULT_TIP_NEXT
 o DEFAULT_TIP_PREV
protected static java.lang.String DEFAULT_TIP_PREV
 o DEFAULT_TIP_QBE
protected static java.lang.String DEFAULT_TIP_QBE
 o DEFAULT_TIP_RETRIVEVE
protected static java.lang.String DEFAULT_TIP_RETRIVEVE
 o DEFAULT_TIP_SAVE
protected static java.lang.String DEFAULT_TIP_SAVE
 o DEFAULT_TIP_SAVEALL
protected static java.lang.String DEFAULT_TIP_SAVEALL
 o DOUBLE_TOOLBAR_EXCEPTION
protected static java.lang.String DOUBLE_TOOLBAR_EXCEPTION
 o MAX_COMPONENTS
public static final int MAX_COMPONENTS

Constructors

 o JDBToolBarDefaultModel
public JDBToolBarDefaultModel()

Methods

 o addComponent
public java.awt.Component addComponent(Component comp,
                                       String function,
                                       int order)
 o addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
 o contains
public boolean contains(Component comp)
 o getBackground
public java.awt.Color getBackground()
 o getBorder
public com.sun.java.swing.border.Border getBorder()
 o getClearLabel
public java.lang.String getClearLabel()
 o getClearMnemonic
public char getClearMnemonic()
 o getClearTooltip
public java.lang.String getClearTooltip()
 o getComponents
public java.util.Enumeration getComponents()
 o getDBFunction
public java.lang.String[] getDBFunction()
 o getDBVisibleFunction
public java.lang.Object getDBVisibleFunction()
 o getDeleteLabel
public java.lang.String getDeleteLabel()
 o getDeleteMnemonic
public char getDeleteMnemonic()
 o getDeleteTooltip
public java.lang.String getDeleteTooltip()
 o getFirstLabel
public java.lang.String getFirstLabel()
 o getFirstMnemonic
public char getFirstMnemonic()
 o getFirstTooltip
public java.lang.String getFirstTooltip()
 o getFont
public java.awt.Font getFont()
 o getForeground
public java.awt.Color getForeground()
 o getFunction
public java.lang.String getFunction(Component comp)
 o getImageResource
public byte[] getImageResource(String img)
 o getInsertLabel
public java.lang.String getInsertLabel()
 o getInsertMnemonic
public char getInsertMnemonic()
 o getInsertTooltip
public java.lang.String getInsertTooltip()
 o getInvisibleComponents
public java.util.Enumeration getInvisibleComponents()
 o getJDBToolBar
public symantec.itools.db.swing.JDBToolBar getJDBToolBar()
 o getLastLabel
public java.lang.String getLastLabel()
 o getLastMnemonic
public char getLastMnemonic()
 o getLastTooltip
public java.lang.String getLastTooltip()
 o getName
public java.lang.String getName()
 o getNextLabel
public java.lang.String getNextLabel()
 o getNextMnemonic
public char getNextMnemonic()
 o getNextTooltip
public java.lang.String getNextTooltip()
 o getOrder
public int getOrder(Component comp)
 o getPreviousLabel
public java.lang.String getPreviousLabel()
 o getPreviousMnemonic
public char getPreviousMnemonic()
 o getPreviousTooltip
public java.lang.String getPreviousTooltip()
 o getQBELabel
public java.lang.String getQBELabel()
 o getQBEMnemonic
public char getQBEMnemonic()
 o getQBETooltip
public java.lang.String getQBETooltip()
 o getRegularMinusVisibleFonction
public java.lang.String[] getRegularMinusVisibleFonction()
 o getRetrieveLabel
public java.lang.String getRetrieveLabel()
 o getRetrieveMnemonic
public char getRetrieveMnemonic()
 o getRetrieveTooltip
public java.lang.String getRetrieveTooltip()
 o getSaveAllLabel
public java.lang.String getSaveAllLabel()
 o getSaveAllMnemonic
public char getSaveAllMnemonic()
 o getSaveAllTooltip
public java.lang.String getSaveAllTooltip()
 o getSaveLabel
public java.lang.String getSaveLabel()
 o getSaveMnemonic
public char getSaveMnemonic()
 o getSaveTooltip
public java.lang.String getSaveTooltip()
 o getSeparators
public boolean getSeparators()
 o getSize
public int getSize()
 o getVisibleComponents
public java.util.Enumeration getVisibleComponents()
 o getVisibleIcons
public boolean getVisibleIcons()
 o getVisibleLabels
public boolean getVisibleLabels()
 o removeComponent
public java.awt.Component removeComponent(Component comp,
                                          String function)
 o removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
 o setBackground
public void setBackground(Color background)
 o setBorder
public void setBorder(Border border)
 o setClearLabel
public void setClearLabel(String label)
 o setClearMnemonic
public void setClearMnemonic(char mnemonic)
 o setClearTooltip
public void setClearTooltip(String tooltip)
 o setComponents
public void setComponents(Hashtable comp)
 o setDBFunction
public void setDBFunction(String[] val)
 o setDBVisibleFunction
public void setDBVisibleFunction(Object dbFunctionObject)
 o setDeleteLabel
public void setDeleteLabel(String label)
 o setDeleteMnemonic
public void setDeleteMnemonic(char mnemonic)
 o setDeleteTooltip
public void setDeleteTooltip(String tooltip)
 o setFirstLabel
public void setFirstLabel(String label)
 o setFirstMnemonic
public void setFirstMnemonic(char mnemonic)
 o setFirstTooltip
public void setFirstTooltip(String tooltip)
 o setFont
public void setFont(Font font)
 o setForeground
public void setForeground(Color foreground)
 o setInsertLabel
public void setInsertLabel(String label)
 o setInsertMnemonic
public void setInsertMnemonic(char mnemonic)
 o setInsertTooltip
public void setInsertTooltip(String tooltip)
 o setJDBToolBar
public void setJDBToolBar(JDBToolBar dbToolbar)
 o setLastLabel
public void setLastLabel(String label)
 o setLastMnemonic
public void setLastMnemonic(char mnemonic)
 o setLastTooltip
public void setLastTooltip(String tooltip)
 o setName
public void setName(String name)
 o setNextLabel
public void setNextLabel(String label)
 o setNextMnemonic
public void setNextMnemonic(char mnemonic)
 o setNextTooltip
public void setNextTooltip(String tooltip)
 o setOrder
protected void setOrder(Component comp,
                        int order)
 o setPreviousLabel
public void setPreviousLabel(String label)
 o setPreviousMnemonic
public void setPreviousMnemonic(char mnemonic)
 o setPreviousTooltip
public void setPreviousTooltip(String tooltip)
 o setQBELabel
public void setQBELabel(String label)
 o setQBEMnemonic
public void setQBEMnemonic(char mnemonic)
 o setQBETooltip
public void setQBETooltip(String tooltip)
 o setRegularMinusVisibleFonction
public void setRegularMinusVisibleFonction(String[] val)
 o setRetrieveLabel
public void setRetrieveLabel(String label)
 o setRetrieveMnemonic
public void setRetrieveMnemonic(char mnemonic)
 o setRetrieveTooltip
public void setRetrieveTooltip(String tooltip)
 o setSaveAllLabel
public void setSaveAllLabel(String label)
 o setSaveAllMnemonic
public void setSaveAllMnemonic(char mnemonic)
 o setSaveAllTooltip
public void setSaveAllTooltip(String tooltip)
 o setSaveLabel
public void setSaveLabel(String label)
 o setSaveMnemonic
public void setSaveMnemonic(char mnemonic)
 o setSaveTooltip
public void setSaveTooltip(String tooltip)
 o setVisibleIcons
public void setVisibleIcons(boolean value)
 o setVisibleLabels
public void setVisibleLabels(boolean value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index